home *** CD-ROM | disk | FTP | other *** search
- Path: news.nstn.ca!news
- From: dave@highlander.cbnet.ns.ca (Dave Nugent)
- Newsgroups: comp.lang.c
- Subject: How to Share Code Between C & Basic?
- Date: 21 Apr 1996 18:42:48 GMT
- Organization: NSTN Windows User
- Message-ID: <4ldvj8$7ct@news.nstn.ca>
- NNTP-Posting-Host: dialup9.cbnet.ns.ca
- X-Newsreader: WinVN version 0.82
-
- My friend writes programs in Basic (QB45) and I write programs in C/ASM
- Using Borland's Compiler. We would like to be able to call the routines
- (C) from the Basic Program where speed is required. His QB45 used
- .QLB for Libraries and C can create .LIB. I have tried converting the .LIB
- to .QLB using *link* but get unresolved externals. Can someone pls
- e-mail me an example of a small routine in C, and how to create a .QLB
- from it and then a small QB45 example that utilizes the .QLB created?
-
- Appreciate any responses/help/info..
- Thanks.
-
-